Package-level declarations

Types

Link copied to clipboard
data class AspectRatio(val width: Double = 1.0, val height: Double = 1.0) : Parcelable

Aspect ratio is the ratio of the width to the height of an image or screen.

Link copied to clipboard
data class LineSegmentFloat(val start: PointF, val end: PointF) : Parcelable

Represents a line segment in 2D space.

Link copied to clipboard
data class LineSegmentInt(val start: Point, val end: Point) : Parcelable

Represents a line segment in 2D space.